home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 45975 / 45975.xpi / install.rdf < prev   
Extensible Markup Language  |  2009-11-23  |  2KB  |  55 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.   ~ Copyright (c) 2009 Bui Viet Thanh (thanhbv@gmail.com).
  4.   ~
  5.   ~ This file is part of clicknlearn.
  6.   ~
  7.   ~ clicknlearn is free software: you can redistribute it and/or modify
  8.   ~ it under the terms of the GNU General Public License as published by
  9.   ~ the Free Software Foundation, either version 3 of the License, or
  10.   ~ (at your option) any later version.
  11.   ~
  12.   ~ clicknlearn is distributed in the hope that it will be useful,
  13.   ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.   ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.   ~ GNU General Public License for more details.
  16.   ~
  17.   ~ You should have received a copy of the GNU General Public License
  18.   ~ along with clicknlearn.  If not, see <http://www.gnu.org/licenses/>.
  19.   -->
  20.  
  21. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  22.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  23.   <Description about="urn:mozilla:extension:clicknlearn"
  24.        em:package="content/"
  25.        em:skin="skin/" />
  26.   <Description about="urn:mozilla:install-manifest">
  27.     <em:name>clicknlearn</em:name>
  28.     <em:version>2.5b2</em:version>
  29.     <em:creator>thanhbv@gmail.com</em:creator>
  30.     <em:description>shift + right-click to get definition of a word in many dictionary source. The words and contexts then will be managed for learning vocabulary</em:description>
  31.     <em:homepageURL>http://code.google.com/p/clicknlearn/</em:homepageURL>
  32.     <em:id>clicknlearn@googlecode.com</em:id>
  33.     <em:iconURL>chrome://clicknlearn/skin/icon.png</em:iconURL>
  34.     <em:optionsURL>chrome://clicknlearn/content/options.xul</em:optionsURL>
  35.     <em:targetApplication>
  36.       <Description>
  37.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  38.         <em:minVersion>3.5</em:minVersion>
  39.         <em:maxVersion>3.7a1pre</em:maxVersion>
  40.       </Description>
  41.     </em:targetApplication>
  42.  
  43.       <!-- Dependency on Weave: check at components/Startup.js-->
  44.   <!--<em:requires>-->
  45.     <!--<Description>-->
  46.       <!--<em:id>{340c2bbc-ce74-4362-90b5-7c26312808ef}</em:id>-->
  47.       <!--<em:name>Weave</em:name>-->
  48.       <!--<em:homepageURL>https://labs.mozilla.com/projects/weave/</em:homepageURL>-->
  49.       <!--<em:minVersion>0.7</em:minVersion>-->
  50.       <!--<em:maxVersion>1.0</em:maxVersion>-->
  51.     <!--</Description>-->
  52.   <!--</em:requires>-->
  53.   </Description>
  54. </RDF>
  55.